home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / getgid.man < prev    next >
Encoding:
Text File  |  1989-10-23  |  989 b   |  67 lines

  1.  
  2.  
  3.  
  4. GETGID                C Library Procedures                 GETGID
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      getgid, getegid - get group identity
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ##iinncclluuddee <<ssyyss//ttyyppeess..hh>>
  13.  
  14.      ggiidd == ggeettggiidd(())
  15.      ggiidd__tt ggiidd;;
  16.  
  17.      eeggiidd == ggeetteeggiidd(())
  18.      ggiidd__tt eeggiidd;;
  19.  
  20. DDEESSCCRRIIPPTTIIOONN
  21.      _G_e_t_g_i_d returns the real group ID of the current process,
  22.      _g_e_t_e_g_i_d the effective group ID.
  23.  
  24.      The real group ID is specified at login time.
  25.  
  26.      The effective group ID is more transient, and determines
  27.      additional access permission during execution of a ``set-
  28.      group-ID'' process, and it is for such processes that _g_e_t_g_i_d
  29.      is most useful.
  30.  
  31. SSEEEE AALLSSOO
  32.      getuid(2), setregid(2), setgid(3)
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0              January 7, 1986                        1
  64.  
  65.  
  66.  
  67.